/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name          : Readme.txt
* Author             : MCD Application Team
* Date First Issued  : 03/10/2006 : V0.1
* Description        : Description STR73x Low Power Modes for the STR73x Power.
********************************************************************************
* History:
* 08/08/2006 : V2.0
********************************************************************************
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/

Example description
===================
This sofwatre example demonstrates how to configure the STR73x low power mode.
In order to run one of the STR73x low power mode, just uncomment the definition 
of the needed mode. 


 
Directory contents
==================
73x_conf.h  Library Configuration file
73x_it.c    Interrupt handlers
main.c      Main program


Hardware environment
====================
 - Connect a led to pin P4.6.

 - Connect a push button to pin P6.6. It is used to wake up the MCU from WFI, LPWFI or STOP mode.

 - Connect a push button to pin P5.8. It is used ;
    -  To enter in HALT mode. 
    -  To exit from SLOW mode.
    -  To enter and then exit from SLOW_RC mode. 
     
     
How to use it
=============
In order to make the program work, you must do the following :
- Create a project and setup all your toolchain's start-up files
- Compile the directory content files and required Library files :
  + 73x_lib.c
  + 73x_wiu.c
  + 73x_wut.c
  + 73x_gpio.c
  + 73x_tim.c
  + 73x_rtc.c
  + 73x_eic.c
  + 73x_cfg.c
  + 73x_cmu.c
  + 73x_prccu.c
  + 73x_flash.c
  
- Link all compiled files and load your image into Flash or Ram.
- Run the example.


******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE******
